0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (1)
  • R2,500 - R5,000 (6)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

Formal Languages and Computation - Models and Their Applications (Paperback): Alexander Meduna Formal Languages and Computation - Models and Their Applications (Paperback)
Alexander Meduna
R1,811 Discovery Miles 18 110 Ships in 12 - 17 working days

Formal Languages and Computation: Models and Their Applications gives a clear, comprehensive introduction to formal language theory and its applications in computer science. It covers all rudimental topics concerning formal languages and their models, especially grammars and automata, and sketches the basic ideas underlying the theory of computation, including computability, decidability, and computational complexity. Emphasizing the relationship between theory and application, the book describes many real-world applications, including computer science engineering techniques for language processing and their implementation. Covers the theory of formal languages and their models, including all essential concepts and properties Explains how language models underlie language processors Pays a special attention to programming language analyzers, such as scanners and parsers, based on four language models-regular expressions, finite automata, context-free grammars, and pushdown automata Discusses the mathematical notion of a Turing machine as a universally accepted formalization of the intuitive notion of a procedure Reviews the general theory of computation, particularly computability and decidability Considers problem-deciding algorithms in terms of their computational complexity measured according to time and space requirements Points out that some problems are decidable in principle, but they are, in fact, intractable problems for absurdly high computational requirements of the algorithms that decide them In short, this book represents a theoretically oriented treatment of formal languages and their models with a focus on their applications. It introduces all formalisms concerning them with enough rigors to make all results quite clear and valid. Every complicated mathematic

Modern Language Models and Computation - Theory with Applications (Paperback, Softcover reprint of the original 1st ed. 2017):... Modern Language Models and Computation - Theory with Applications (Paperback, Softcover reprint of the original 1st ed. 2017)
Alexander Meduna, Ondrej Soukup
R3,043 Discovery Miles 30 430 Ships in 10 - 15 working days

This textbook gives a systematized and compact summary, providing the most essential types of modern models for languages and computation together with their properties and applications. Most of these models properly reflect and formalize current computational methods, based on parallelism, distribution and cooperation covered in this book. As a result, it allows the user to develop, study, and improve these methods very effectively. This textbook also represents the first systematic treatment of modern language models for computation. It covers all essential theoretical topics concerning them. From a practical viewpoint, it describes various concepts, methods, algorithms, techniques, and software units based upon these models. Based upon them, it describes several applications in biology, linguistics, and computer science. Advanced-level students studying computer science, mathematics, linguistics and biology will find this textbook a valuable resource. Theoreticians, practitioners and researchers working in today's theory of computation and its applications will also find this book essential as a reference.

Modern Language Models and Computation - Theory with Applications (Hardcover, 1st ed. 2017): Alexander Meduna, Ondrej Soukup Modern Language Models and Computation - Theory with Applications (Hardcover, 1st ed. 2017)
Alexander Meduna, Ondrej Soukup
R4,918 Discovery Miles 49 180 Ships in 10 - 15 working days

This textbook gives a systematized and compact summary, providing the most essential types of modern models for languages and computation together with their properties and applications. Most of these models properly reflect and formalize current computational methods, based on parallelism, distribution and cooperation covered in this book. As a result, it allows the user to develop, study, and improve these methods very effectively. This textbook also represents the first systematic treatment of modern language models for computation. It covers all essential theoretical topics concerning them. From a practical viewpoint, it describes various concepts, methods, algorithms, techniques, and software units based upon these models. Based upon them, it describes several applications in biology, linguistics, and computer science. Advanced-level students studying computer science, mathematics, linguistics and biology will find this textbook a valuable resource. Theoreticians, practitioners and researchers working in today's theory of computation and its applications will also find this book essential as a reference.

Formal Languages and Computation - Models and Their Applications (Hardcover, New): Alexander Meduna Formal Languages and Computation - Models and Their Applications (Hardcover, New)
Alexander Meduna
R2,811 Discovery Miles 28 110 Ships in 12 - 17 working days

Formal Languages and Computation: Models and Their Applications gives a clear, comprehensive introduction to formal language theory and its applications in computer science. It covers all rudimental topics concerning formal languages and their models, especially grammars and automata, and sketches the basic ideas underlying the theory of computation, including computability, decidability, and computational complexity. Emphasizing the relationship between theory and application, the book describes many real-world applications, including computer science engineering techniques for language processing and their implementation.

  • Covers the "theory of formal languages" and their models, including all essential concepts and properties
  • Explains how language models underlie "language processors"
  • Pays a special attention to "programming language analyzers," such as "scanners" and "parsers," based on four language models regular expressions, finite automata, context-free grammars, and pushdown automata
  • Discusses the mathematical notion of a "Turing machine" as a universally accepted formalization of the intuitive notion of a procedure
  • Reviews the general "theory of computation," particularly "computability" and "decidability"
  • Considers problem-deciding algorithms in terms of their "computational complexity" measured according to time and space requirements
  • Points out that some problems are decidable in principle, but they are, in fact, "intractable problems" for absurdly high computational requirements of the algorithms that decide them

In short, this book represents a theoretically oriented treatment of formal languages and their models with a focus on their applications. It introduces all formalisms concerning them with enough rigors to make all results quite clear and valid. Every complicated mathematical passage is preceded by its intuitive explanation so that even the most complex parts of the book are easy to grasp. After studying this book, both student and professional should be able to understand the fundamental theory of formal languages and computation, write language processors, and confidently follow most advanced books on the subject."

Automata and Languages - Theory and Applications (Paperback, 2000 ed.): Alexander Meduna Automata and Languages - Theory and Applications (Paperback, 2000 ed.)
Alexander Meduna
R3,168 Discovery Miles 31 680 Ships in 10 - 15 working days

A step-by-step development of the theory of automata, languages and computation. Intended for use as the basis of an introductory course at both junior and senior levels, the text is organized so as to allow the design of various courses based on selected material. It features basic models of computation, formal languages and their properties; computability, decidability and complexity; a discussion of modern trends in the theory of automata and formal languages; design of programming languages, including the development of a new programming language; and compiler design, including the construction of a complete compiler. Alexander Meduna uses clear definitions, easy-to-follow proofs and helpful examples to make formerly obscure concepts easy to understand. He also includes challenging exercises and programming projects to enhance the reader's comprehension, and many 'real world' illustrations and applications in practical computer science.

Automata: Theory, Trends, And Applications: Alexander Meduna, Tomas Kozar Automata: Theory, Trends, And Applications
Alexander Meduna, Tomas Kozar
R3,941 Discovery Miles 39 410 Ships in 10 - 15 working days

This book provides an in-depth analysis of classical automata theory, including finite automata, pushdown automata, and Turing machines. It also covers current trends in automata theory, such as jumping, deep pushdown, and regulated automata. The book strikes a balance between a theoretical and practical approach to its subject by presenting many real world applications of automata in a variety of scientific areas, ranging from programming language processing through natural language syntax analysis up to computational musicology.In Automata: Theories, Trends and Applications all formalisms concerning automata are rigorously introduced, and every complicated mathematical passage is preceded by its intuitive explanation so that even complex parts of the book are easy to grasp. The book also demonstrates how automata underlie several computer-science engineering techniques.This monograph is a useful reference for scientists working in the areas of theoretical computer science, computational mathematics, computational linguistics, and compiler writing. It may also be used as a required text in classes dealing with the theory and applications of automata, and theory of computation at the graduate level. This book comes with access to a website which supplies supplementary material such as exercises with solutions, additional case studies, lectures to download, teaching tips for instructors, and more.

Handbook of Mathematical Models for Languages and Computation (Hardcover): Alexander Meduna, Petr Horacek, Martin Tomko Handbook of Mathematical Models for Languages and Computation (Hardcover)
Alexander Meduna, Petr Horacek, Martin Tomko
R4,678 R4,021 Discovery Miles 40 210 Save R657 (14%) Ships in 10 - 15 working days

The theory of computation is used to address challenges arising in many computer science areas such as artificial intelligence, language processors, compiler writing, information and coding systems, programming language design, computer architecture and more. To grasp topics concerning this theory readers need to familiarize themselves with its computational and language models, based on concepts of discrete mathematics including sets, relations, functions, graphs and logic. This handbook introduces with rigor the important concepts of this kind and uses them to cover the most important mathematical models for languages and computation, such as various classical as well as modern automata and grammars. It explains their use in such crucially significant topics of computation theory as computability, decidability, and computational complexity. The authors pay special attention to the implementation of all these mathematical concepts and models and explains clearly how to encode them in computational practice. All computer programs are written in C#.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Deadpool 2 - Super Duper Cut
Ryan Reynolds Blu-ray disc R54 Discovery Miles 540
Dig & Discover: Ancient Egypt - Excavate…
Hinkler Pty Ltd Kit R263 Discovery Miles 2 630
Sony PlayStation 5 DualSense Wireless…
 (2)
R1,599 R1,479 Discovery Miles 14 790
Shield Air Conditioner Treatment Fogger…
R39 R35 Discovery Miles 350
Hot Wheels™ Nemesis Launcher…
R199 R189 Discovery Miles 1 890
LSD
Labrinth, Sia, … CD R213 Discovery Miles 2 130
3 Layer Fabric Face Mask (Blue)
R30 Discovery Miles 300
Summit Mini Plastic Soccer Goal Posts
R658 Discovery Miles 6 580
Bostik Glue Stick - Loose (25g)
R22 Discovery Miles 220
Coty Vanilla Musk Cologne Spray (50ml…
R852 R508 Discovery Miles 5 080

 

Partners